This folder, STSConfiguration, contains several files that are useful in
configuring the Higgins STS and IdAS for use with the ALF SSO Demo 1.
The files in this folder are applicable to the versions of the Higgins
components available circa March 2007 through May 2007.

Included are:
  Configuration.xml - Configuration file for the Higgins STS.
                The files references the localhost.jks keystore and password.
                Be sure to check that the file paths are appropriate for your environment
  
  higgins.config.xml - Configuration file used by the IdAS and JNDI ContextProvider
  
  localhost.jks - a Java keystore built by Mike McIntosh (Higgins project)
                 for running the STS as "localhost"
                 Note that the tomcat.jks keystore used by the demo contains
                 the public key certificate from localhost.jks, so they
                 make a matched pair.
  Extract STS Issuer Public Key.bat - a DOS BOX batch file for running the Java keytool
                 tool to extract the public key certificate with the alias "leaf"
                 from the STS' keystore (such as localhost.jks). You dont need to
                 use this unless you are using another STS keystore.
  STS_PUBLIC_KEY_CERT.cer - the public key certificate extracted by the batch file
                 above from localhost.
                 
  Import STS cert into KeystoreForTomcatSSL.bat - a batch file to import the
                publick key certificate fromthe STS (such as the cert above) into
                a keystore (such as tomcat.jks) on the machine running the
                ALF SSO Gatekeeper or LogonUI Servlet
  GenKeystoreForTomcatSSL.bat - a simple batch file to generate a self signed
                certificate for use with SSL for Tomcat hosting the ALF SSO
                Gatekeeper and or LogonUI Servlet.
  